home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 34 / CD Expert nº 34.iso / Kyodai Mahjonng / _SETUP.1 / kyodai3dx.exe / 0 / RCDATA / TCONFIGU / TCONFIGU.txt
Text File  |  1997-12-01  |  1KB  |  55 lines

  1. object Configu: TConfigu
  2.   Left = 305
  3.   Top = 258
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Enter your name'
  7.   ClientHeight = 73
  8.   ClientWidth = 172
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 12
  19.     Width = 65
  20.     Height = 16
  21.     AutoSize = False
  22.     Caption = 'Your name'
  23.     Font.Color = clBlack
  24.     Font.Height = -15
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.   end
  29.   object PlayerName: TEdit
  30.     Left = 80
  31.     Top = 8
  32.     Width = 81
  33.     Height = 25
  34.     Font.Color = clBlack
  35.     Font.Height = -12
  36.     Font.Name = 'Courier New'
  37.     Font.Style = []
  38.     MaxLength = 8
  39.     ParentFont = False
  40.     TabOrder = 0
  41.     Text = 'Player1'
  42.     OnChange = PlayerNameChange
  43.   end
  44.   object Button1: TButton
  45.     Left = 56
  46.     Top = 40
  47.     Width = 57
  48.     Height = 25
  49.     Caption = 'OK'
  50.     Default = True
  51.     ModalResult = 1
  52.     TabOrder = 1
  53.   end
  54. end
  55.